loans-api
Get Insurance Company Details
Environment | Method | URL |
---|---|---|
Mock | GET | https://eu1.anypoint.mulesoft.com/mocking/api/v1/sources/exchange/assets/b83f053f-2270-498d-88d6-a7fa1a88abcb/loans-exp-api/1.0.44/m/lookups/insurance-company |
Dev | GET | NA |
Stage | GET | https://maictrlstg01.nbirq.com/loans-api/v1/lookups/insurance-company |
UAT | GET | NA |
Prod | GET | NA |
Description: This endpoint is used to get the insurance company details.
Mulesoft Request:
Headers:
Mandatory Headers: x-channel-id,x-correlation-id, x-bank-id,client_id, Authorization
Optional Headers: x-sub-channel-id,x-user-id, client_secret,x-debug-flag,x-debug-flag, x-customer-id
Paramaters:
URI Params: NA
Query Params: NA
Content-type: application/json
Mulesoft Response:
Success Response: (200)
{
"status": {
"success": true,
"code": "200",
"reasonCode": "",
"arabicMessage": "تمت العملية بنجاØ",
"englishMessage": "The Operation has been Successfully Completed"
},
"response": {
"insuranceCompanyDetails": [
{
"compName": "SAMPLE INSURANCE COMPANY",
"compCode": "12411"
}
]
}
}